rump kernels: use new platform macro
authorWei Liu <wei.liu2@citrix.com>
Tue, 3 Feb 2015 13:47:08 +0000 (13:47 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 4 Feb 2015 16:49:01 +0000 (16:49 +0000)
commit441256a532dd737905ce335506d2ffcf0ff0db7c
tree437ffe8ebb7aab6a4ab8f9c49029c6f59a05b2f4
parentc58ba78c84eecf4b7ed5e68d744c555112f8ad14
rump kernels: use new platform macro

Starting from rump kernel changeset 91d5623 ("Renaming platform macros,
app-tools and autoconf target string"), __RUMPUSER_XEN__ and __RUMPAPP__
are deleted. We are supposed to use __RUMPRUN__ instead.

We still keep __RUMPUSER_XEN__ for now in order to make xen-unstable
pass osstest push gate. I will remove __RUMPUSER_XEN__ later.

Related discussion:
http://thread.gmane.org/gmane.comp.rumpkernel.user/739

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/xc_private.c
tools/xenstore/xs_lib.c